home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / begman.lha / begmanual / begman06.ps < prev    next >
Text File  |  1992-02-14  |  20KB  |  1,044 lines

  1. %!PS-Adobe-2.0
  2. %%Title: (null)
  3. %%Creator: emmel
  4. %%CreationDate: Wed Dec  4 10:41:05 1991
  5. %%Pages: 0
  6. %%BoundingBox: 18 2.88 285.163 213.35
  7. %%EndComments
  8. /draw_initial_state save def
  9. /displaylistdict 80 dict def
  10. displaylistdict begin
  11.  
  12. %% catch nocurrentpoint error for:
  13. %% pathbbox
  14.     /ncpoint errordict /nocurrentpoint get def
  15.     errordict begin
  16.     /nocurrentpoint
  17.     {
  18.     dup /pathbbox load eq
  19.     { pop 0 0 1 1 }
  20.     { ncpoint }
  21.     ifelse
  22.     } bind def
  23.     end
  24.  
  25.     /m {moveto} bind def
  26.     /l {lineto} bind def
  27.  
  28. %% pattern stuff
  29.     /BPSIDE 32 def    %% pixels per pattern side
  30.     /PATFREQ 3.0 def    %% pattern pixels per mm
  31.  
  32.     /drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def
  33.     /drawpat_pw BPSIDE def    %% pattern pixel width
  34.     /drawpat_ph BPSIDE def    %% pattern pixel height
  35.     /drawpat_w drawpat_pw PATFREQ div def    %% pattern mm width
  36.     /drawpat_h drawpat_ph PATFREQ div def    %% pattern mm height
  37.     /drawpat_bs 1 def        %% pattern bits per pixel
  38.  
  39.     /topmat matrix def
  40.     /patmat matrix def
  41.  
  42.     /start_display_list
  43.     {    
  44.     0    setlinecap
  45.     10    setmiterlimit
  46.     } bind def
  47.  
  48.     /patpath {
  49.     topmat setmatrix
  50.     pathbbox    %% get lo - hi indecies
  51.     /hy exch drawpat_h div floor cvi def
  52.     /hx exch drawpat_w div floor cvi def
  53.     /ly exch drawpat_h div floor cvi def
  54.     /lx exch drawpat_w div floor cvi def
  55.     lx 1 hx {
  56.         drawpat_w mul
  57.         ly 1 hy {
  58.         drawpat_h mul
  59.         exch dup 3 1 roll exch
  60.         patmat currentmatrix pop
  61.         translate
  62.         drawpat_pw drawpat_ph drawpat_bs
  63.         drawpat_mat drawpat_proc image
  64.         patmat setmatrix
  65.         } for
  66.         pop
  67.     } for
  68.     } bind def
  69.  
  70.     /saveCurrentPoint
  71.     {
  72.     currentpoint /cpy exch def /cpx exch def
  73.     } bind def
  74.  
  75.     /restoreCurrentPoint
  76.     {
  77.     cpx cpy moveto
  78.     } bind def
  79.     /r {rmoveto} bind def
  80.     /sp {x 0 rmoveto} bind def
  81.     /rl {rlineto} bind def
  82.     /onelet 1 string def
  83.  
  84. %% show a string
  85.     /s {
  86.         complex_color
  87.         {
  88.         {
  89.             onelet exch 0 exch put
  90.             gsave
  91.             onelet true charpath
  92.             clip patpath
  93.             grestore
  94.             onelet stringwidth rmoveto
  95.         } forall
  96.         }
  97.         { show }
  98.         ifelse
  99.     } bind def
  100.  
  101.     /box { newpath m l l l closepath } bind def
  102.     /pix_to_units { 144 300 div mul } bind def
  103.     /apix_to_units { 144 exch div mul } bind def
  104.  
  105.     /reencode_small_dict 12 dict def
  106.     /ReencodeSmall {
  107.     reencode_small_dict begin
  108.     /new_codes_and_names exch def
  109.     /new_font_name exch def
  110.     /base_font_name exch def
  111.  
  112.     /base_font_dict base_font_name findfont def
  113.     /newfont base_font_dict maxlength dict def
  114.  
  115.     base_font_dict {
  116.         exch dup /FID ne
  117.         { dup /Encoding eq
  118.             { exch dup length array copy newfont 3 1 roll put }
  119.             { exch newfont 3 1 roll put }
  120.             ifelse
  121.         }
  122.         { pop pop }
  123.         ifelse
  124.     } forall
  125.  
  126.     newfont /FontName new_font_name put
  127.     new_codes_and_names aload pop
  128.  
  129.     new_codes_and_names length 2 idiv
  130.     { newfont /Encoding get 3 1 roll put }
  131.     repeat
  132.  
  133.     new_font_name newfont definefont pop
  134.     end     %%reencode_small_dict
  135.     } def
  136.  
  137.     /extended_Zapf [
  138.     8#223 /a89
  139.     8#224 /a90
  140.     8#225 /a93
  141.     8#226 /a94
  142.     8#227 /a91
  143.     8#230 /a92
  144.     8#231 /a205
  145.     8#232 /a85
  146.     8#233 /a206
  147.     8#234 /a86
  148.     8#235 /a87
  149.     8#236 /a88
  150.     8#237 /a95
  151.     8#240 /a96
  152.     ] def
  153.  
  154.     /extended_Standard [
  155.     128 /Acircumflex
  156.     129 /Adieresis
  157.     130 /Agrave
  158.     131 /Aring
  159.     132 /Atilde
  160.     133 /Ccedilla
  161.     134 /Eacute
  162.     135 /Ecircumflex
  163.     136 /Edieresis
  164.     137 /Egrave
  165.     138 /Iacute
  166.     139 /Icircumflex
  167.     140 /Idieresis
  168.     141 /Igrave
  169.     142 /Ntilde
  170.     143 /Oacute
  171.     144 /Ocircumflex
  172.     145 /Odieresis
  173.     146 /Ograve
  174.     147 /Otilde
  175.     148 /Scaron
  176.     149 /Uacute
  177.     150 /Ucircumflex
  178.     151 /Udieresis
  179.     152 /Ugrave
  180.     153 /Ydieresis
  181.     154 /Zcaron
  182.     155 /aacute
  183.     156 /acircumflex
  184.     157 /adieresis
  185.     158 /agrave
  186.     159 /aring
  187.     160 /atilde
  188.     209 /ccedilla
  189.     210 /copyright
  190.     211 /eacute
  191.     212 /ecircumflex
  192.     213 /edieresis
  193.     214 /egrave
  194.     215 /iacute
  195.     216 /icircumflex
  196.     217 /idieresis
  197.     218 /igrave
  198.     219 /logicalnot
  199.     220 /minus
  200.     221 /ntilde
  201.     222 /oacute
  202.     223 /ocircumflex
  203.     224 /odieresis
  204.     228 /ograve
  205.     229 /otilde
  206.     230 /registered
  207.     231 /scaron
  208.     236 /trademark
  209.     237 /uacute
  210.     238 /ucircumflex
  211.     239 /udieresis
  212.     240 /ugrave
  213.     242 /ydieresis
  214.     243 /zcaron
  215.     244 /Aacute
  216.     ] def
  217.  
  218.     /extended_Symbol [
  219.     ] def
  220.  
  221.     /extend_font {  %% stack: fontname newfontname
  222.     exch dup (ZapfDingbats) eq
  223.         { cvn exch cvn extended_Zapf ReencodeSmall }
  224.         { dup (Symbol) eq
  225.         { cvn exch cvn extended_Symbol ReencodeSmall }
  226.         { cvn exch cvn extended_Standard ReencodeSmall }
  227.         ifelse
  228.         }
  229.     ifelse
  230.     } bind def
  231.  
  232.     /getfont {
  233.     /f exch def f cvn where
  234.     { begin f cvx cvn exec setfont end }
  235.     { f 0 f length 3 sub getinterval (LocalFont) extend_font
  236.         /LocalFont findfont
  237.         /sz f f length 3 sub 3 getinterval cvi def
  238.         [ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def
  239.         setfont
  240.     }
  241.     ifelse
  242.     } bind def
  243.  
  244.     /ul { %% space drop thickness
  245.     gsave currentpoint currentlinewidth 
  246.     currentpoint newpath moveto 6 -3 roll 
  247.     setlinewidth 0 exch r
  248.     0 rl stroke setlinewidth m
  249.     grestore 
  250.     } bind def
  251.  
  252.     /ss { currentpoint pop exch m } bind def
  253.  
  254.     /image_raster { %% sw sh dw dh xs ys
  255.     translate scale /sh exch def /sw exch def
  256.     /imagebuf sw 7 add 8 idiv string def
  257.     sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop }
  258.     image
  259.     } bind def
  260.  
  261.     /leader_insert 
  262.     { 
  263.     /str exch def /sp1 exch def 
  264.     -1 0 { pop sp1 0 str ashow } for
  265.     } bind def
  266.  
  267.     /nx { /x exch def } bind def
  268.     0. nx
  269. /pat1 {<33333333CCCCCCCC>} def
  270. /pat8 {<77777777BBBBBBBBDDDDDDDDEEEEEEEE>} def
  271. %%EndProlog
  272.  
  273. %%Page: 1 1
  274. gsave 2.83465 -2.83465 scale
  275. saveCurrentPoint newpath restoreCurrentPoint
  276. 94.2492 0 rlineto
  277. 0 74.2492 rlineto
  278. -94.2492 0 rlineto
  279. closepath clip
  280. -21.8754 -7.8754 rmoveto
  281. currentpoint translate
  282. topmat currentmatrix pop
  283. start_display_list
  284.  
  285. % cycbez2
  286. 2 setlinejoin
  287. 0.2 setlinewidth
  288. /drawpat_proc pat8 def
  289. gsave
  290. newpath 102.82 51.8543 m 100.024 51.6882 95.095 50.8575 94.0151 48.6977 curveto
  291. 92.9352 46.5379 93.1568 40.2247 96.3411 38.8955 curveto
  292. 99.5254 37.5664 110.712 38.9232 113.121 40.7231 curveto
  293. 115.53 42.5229 112.512 47.8393 110.795 49.6945 curveto
  294. 109.078 51.5498 105.617 52.0205 102.82 51.8543 curveto
  295. closepath
  296. eoclip patpath
  297. grestore
  298. 0 setgray
  299. gsave
  300. newpath 102.82 51.8543 m 100.024 51.6882 95.095 50.8575 94.0151 48.6977 curveto
  301. 92.9352 46.5379 93.1568 40.2247 96.3411 38.8955 curveto
  302. 99.5254 37.5664 110.712 38.9232 113.121 40.7231 curveto
  303. 115.53 42.5229 112.512 47.8393 110.795 49.6945 curveto
  304. 109.078 51.5498 105.617 52.0205 102.82 51.8543 curveto
  305. closepath
  306. stroke
  307. grestore
  308.  
  309. % cycbez2
  310. /drawpat_proc pat1 def
  311. gsave
  312. newpath 85.2098 51.8543 m 83.4377 57.8907 86.2897 60.7981 88.3664 64.3147 curveto
  313. 90.4432 67.8313 97.4487 70.5172 97.6702 72.9539 curveto
  314. 97.8917 75.3906 97.6148 78.5472 89.6955 78.9349 curveto
  315. 81.7763 79.3226 51.816 83.6975 50.1546 75.2799 curveto
  316. 48.4932 66.8622 71.5865 36.2927 79.7272 28.4288 curveto
  317. 87.868 20.5649 98.0855 24.1923 98.9993 28.0966 curveto
  318. 99.9131 32.0008 86.9819 45.818 85.2098 51.8543 curveto
  319. closepath
  320. eoclip patpath
  321. grestore
  322. 0 setgray
  323. gsave
  324. newpath 85.2098 51.8543 m 83.4377 57.8907 86.2897 60.7981 88.3664 64.3147 curveto
  325. 90.4432 67.8313 97.4487 70.5172 97.6702 72.9539 curveto
  326. 97.8917 75.3906 97.6148 78.5472 89.6955 78.9349 curveto
  327. 81.7763 79.3226 51.816 83.6975 50.1546 75.2799 curveto
  328. 48.4932 66.8622 71.5865 36.2927 79.7272 28.4288 curveto
  329. 87.868 20.5649 98.0855 24.1923 98.9993 28.0966 curveto
  330. 99.9131 32.0008 86.9819 45.818 85.2098 51.8543 curveto
  331. closepath
  332. stroke
  333. grestore
  334.  
  335. % cycbez2
  336. 0.75 setgray
  337. gsave
  338. newpath 57.4647 35.2405 m 57.0494 38.1202 64.581 41.803 64.2764 44.3781 curveto
  339. 63.9718 46.9533 62.2273 49.9991 55.6372 50.6914 curveto
  340. 49.047 51.3836 26.8675 53.488 24.7354 48.5316 curveto
  341. 22.6033 43.5751 35.8944 27.1274 42.8445 20.9526 curveto
  342. 49.7946 14.7778 60.7598 11.9258 66.4362 11.4827 curveto
  343. 72.1126 11.0397 76.8475 15.6916 76.9029 18.2944 curveto
  344. 76.9583 20.8972 70.0081 24.2754 66.7684 27.0997 curveto
  345. 63.5287 29.9241 57.88 32.3608 57.4647 35.2405 curveto
  346. closepath
  347. eofill
  348. grestore
  349. 0 setgray
  350. gsave
  351. newpath 57.4647 35.2405 m 57.0494 38.1202 64.581 41.803 64.2764 44.3781 curveto
  352. 63.9718 46.9533 62.2273 49.9991 55.6372 50.6914 curveto
  353. 49.047 51.3836 26.8675 53.488 24.7354 48.5316 curveto
  354. 22.6033 43.5751 35.8944 27.1274 42.8445 20.9526 curveto
  355. 49.7946 14.7778 60.7598 11.9258 66.4362 11.4827 curveto
  356. 72.1126 11.0397 76.8475 15.6916 76.9029 18.2944 curveto
  357. 76.9583 20.8972 70.0081 24.2754 66.7684 27.0997 curveto
  358. 63.5287 29.9241 57.88 32.3608 57.4647 35.2405 curveto
  359. closepath
  360. stroke
  361. grestore
  362.  
  363. % rfrm
  364. 0.2492 setlinewidth
  365. 1 setgray
  366. gsave
  367. % 4 arcs
  368. matrix currentmatrix
  369. 79 45 translate
  370. 3 3 scale
  371. newpath 0 0 1 0 90 arc setmatrix
  372. matrix currentmatrix
  373. 71 45 translate
  374. 3 3 scale
  375. 0 0 1 90 180 arc setmatrix
  376. matrix currentmatrix
  377. 71 45 translate
  378. 3 3 scale
  379. 0 0 1 180 270 arc setmatrix
  380. matrix currentmatrix
  381. 79 45 translate
  382. 3 3 scale
  383. 0 0 1 270 0 arc setmatrix
  384. closepath
  385. eofill
  386. grestore
  387. 0 setgray
  388. gsave
  389. % 4 arcs
  390. matrix currentmatrix
  391. 79 45 translate
  392. 3 3 scale
  393. newpath 0 0 1 0 90 arc setmatrix
  394. matrix currentmatrix
  395. 71 45 translate
  396. 3 3 scale
  397. 0 0 1 90 180 arc setmatrix
  398. matrix currentmatrix
  399. 71 45 translate
  400. 3 3 scale
  401. 0 0 1 180 270 arc setmatrix
  402. matrix currentmatrix
  403. 79 45 translate
  404. 3 3 scale
  405. 0 0 1 270 0 arc setmatrix
  406. closepath
  407. stroke
  408. grestore
  409.  
  410. % rfrm
  411. 1 setgray
  412. gsave
  413. % 4 arcs
  414. matrix currentmatrix
  415. 71 17 translate
  416. 3 3 scale
  417. newpath 0 0 1 0 90 arc setmatrix
  418. matrix currentmatrix
  419. 63 17 translate
  420. 3 3 scale
  421. 0 0 1 90 180 arc setmatrix
  422. matrix currentmatrix
  423. 63 17 translate
  424. 3 3 scale
  425. 0 0 1 180 270 arc setmatrix
  426. matrix currentmatrix
  427. 71 17 translate
  428. 3 3 scale
  429. 0 0 1 270 0 arc setmatrix
  430. closepath
  431. eofill
  432. grestore
  433. 0 setgray
  434. gsave
  435. % 4 arcs
  436. matrix currentmatrix
  437. 71 17 translate
  438. 3 3 scale
  439. newpath 0 0 1 0 90 arc setmatrix
  440. matrix currentmatrix
  441. 63 17 translate
  442. 3 3 scale
  443. 0 0 1 90 180 arc setmatrix
  444. matrix currentmatrix
  445. 63 17 translate
  446. 3 3 scale
  447. 0 0 1 180 270 arc setmatrix
  448. matrix currentmatrix
  449. 71 17 translate
  450. 3 3 scale
  451. 0 0 1 270 0 arc setmatrix
  452. closepath
  453. stroke
  454. grestore
  455.  
  456. % rfrm
  457. 1 setgray
  458. gsave
  459. % 4 arcs
  460. matrix currentmatrix
  461. 93 31 translate
  462. 3 3 scale
  463. newpath 0 0 1 0 90 arc setmatrix
  464. matrix currentmatrix
  465. 85 31 translate
  466. 3 3 scale
  467. 0 0 1 90 180 arc setmatrix
  468. matrix currentmatrix
  469. 85 31 translate
  470. 3 3 scale
  471. 0 0 1 180 270 arc setmatrix
  472. matrix currentmatrix
  473. 93 31 translate
  474. 3 3 scale
  475. 0 0 1 270 0 arc setmatrix
  476. closepath
  477. eofill
  478. grestore
  479. 0 setgray
  480. gsave
  481. % 4 arcs
  482. matrix currentmatrix
  483. 93 31 translate
  484. 3 3 scale
  485. newpath 0 0 1 0 90 arc setmatrix
  486. matrix currentmatrix
  487. 85 31 translate
  488. 3 3 scale
  489. 0 0 1 90 180 arc setmatrix
  490. matrix currentmatrix
  491. 85 31 translate
  492. 3 3 scale
  493. 0 0 1 180 270 arc setmatrix
  494. matrix currentmatrix
  495. 93 31 translate
  496. 3 3 scale
  497. 0 0 1 270 0 arc setmatrix
  498. closepath
  499. stroke
  500. grestore
  501.  
  502. % polyline2
  503. % arrow
  504. gsave
  505. newpath 88 28 m 84.5826 27.799 l 85.3867 25.7888 l closepath
  506. eofill
  507. grestore
  508. 0 setlinejoin
  509. gsave
  510. newpath 68 20 m
  511. 84.9847 26.7939 l
  512. stroke
  513. grestore
  514.  
  515. % polyline2
  516. % arrow
  517. gsave
  518. newpath 102 42 m 98.6974 41.0993 l 99.8983 39.2978 l closepath
  519. eofill
  520. grestore
  521. gsave
  522. newpath 90 34 m
  523. 99.2978 40.1986 l
  524. stroke
  525. grestore
  526.  
  527. % polyline2
  528. % arrow
  529. gsave
  530. newpath 76 42 m 78.1017 39.2978 l 79.3026 41.0993 l closepath
  531. eofill
  532. grestore
  533. gsave
  534. newpath 88 34 m
  535. 78.7022 40.1986 l
  536. stroke
  537. grestore
  538.  
  539. % polyline2
  540. % arrow
  541. gsave
  542. newpath 75 56 m 73.9175 52.7524 l 76.0825 52.7524 l closepath
  543. eofill
  544. grestore
  545. gsave
  546. newpath 75 48 m
  547. 75 52.7524 l
  548. stroke
  549. grestore
  550.  
  551. % rfrm
  552. 2 setlinejoin
  553. 1 setgray
  554. gsave
  555. % 4 arcs
  556. matrix currentmatrix
  557. 79 59 translate
  558. 3 3 scale
  559. newpath 0 0 1 0 90 arc setmatrix
  560. matrix currentmatrix
  561. 71 59 translate
  562. 3 3 scale
  563. 0 0 1 90 180 arc setmatrix
  564. matrix currentmatrix
  565. 71 59 translate
  566. 3 3 scale
  567. 0 0 1 180 270 arc setmatrix
  568. matrix currentmatrix
  569. 79 59 translate
  570. 3 3 scale
  571. 0 0 1 270 0 arc setmatrix
  572. closepath
  573. eofill
  574. grestore
  575. 0 setgray
  576. gsave
  577. % 4 arcs
  578. matrix currentmatrix
  579. 79 59 translate
  580. 3 3 scale
  581. newpath 0 0 1 0 90 arc setmatrix
  582. matrix currentmatrix
  583. 71 59 translate
  584. 3 3 scale
  585. 0 0 1 90 180 arc setmatrix
  586. matrix currentmatrix
  587. 71 59 translate
  588. 3 3 scale
  589. 0 0 1 180 270 arc setmatrix
  590. matrix currentmatrix
  591. 79 59 translate
  592. 3 3 scale
  593. 0 0 1 270 0 arc setmatrix
  594. closepath
  595. stroke
  596. grestore
  597.  
  598. % rfrm
  599. 1 setgray
  600. gsave
  601. % 4 arcs
  602. matrix currentmatrix
  603. 89 73 translate
  604. 3 3 scale
  605. newpath 0 0 1 0 90 arc setmatrix
  606. matrix currentmatrix
  607. 81 73 translate
  608. 3 3 scale
  609. 0 0 1 90 180 arc setmatrix
  610. matrix currentmatrix
  611. 81 73 translate
  612. 3 3 scale
  613. 0 0 1 180 270 arc setmatrix
  614. matrix currentmatrix
  615. 89 73 translate
  616. 3 3 scale
  617. 0 0 1 270 0 arc setmatrix
  618. closepath
  619. eofill
  620. grestore
  621. 0 setgray
  622. gsave
  623. % 4 arcs
  624. matrix currentmatrix
  625. 89 73 translate
  626. 3 3 scale
  627. newpath 0 0 1 0 90 arc setmatrix
  628. matrix currentmatrix
  629. 81 73 translate
  630. 3 3 scale
  631. 0 0 1 90 180 arc setmatrix
  632. matrix currentmatrix
  633. 81 73 translate
  634. 3 3 scale
  635. 0 0 1 180 270 arc setmatrix
  636. matrix currentmatrix
  637. 89 73 translate
  638. 3 3 scale
  639. 0 0 1 270 0 arc setmatrix
  640. closepath
  641. stroke
  642. grestore
  643.  
  644. % rfrm
  645. 1 setgray
  646. gsave
  647. % 4 arcs
  648. matrix currentmatrix
  649. 69 73 translate
  650. 3 3 scale
  651. newpath 0 0 1 0 90 arc setmatrix
  652. matrix currentmatrix
  653. 61 73 translate
  654. 3 3 scale
  655. 0 0 1 90 180 arc setmatrix
  656. matrix currentmatrix
  657. 61 73 translate
  658. 3 3 scale
  659. 0 0 1 180 270 arc setmatrix
  660. matrix currentmatrix
  661. 69 73 translate
  662. 3 3 scale
  663. 0 0 1 270 0 arc setmatrix
  664. closepath
  665. eofill
  666. grestore
  667. 0 setgray
  668. gsave
  669. % 4 arcs
  670. matrix currentmatrix
  671. 69 73 translate
  672. 3 3 scale
  673. newpath 0 0 1 0 90 arc setmatrix
  674. matrix currentmatrix
  675. 61 73 translate
  676. 3 3 scale
  677. 0 0 1 90 180 arc setmatrix
  678. matrix currentmatrix
  679. 61 73 translate
  680. 3 3 scale
  681. 0 0 1 180 270 arc setmatrix
  682. matrix currentmatrix
  683. 69 73 translate
  684. 3 3 scale
  685. 0 0 1 270 0 arc setmatrix
  686. closepath
  687. stroke
  688. grestore
  689.  
  690. % polyline2
  691. % arrow
  692. gsave
  693. newpath 66 70 m 67.5309 66.9381 l 69.0619 68.4691 l closepath
  694. eofill
  695. grestore
  696. 0 setlinejoin
  697. gsave
  698. newpath 74 62 m
  699. 68.2964 67.7036 l
  700. stroke
  701. grestore
  702.  
  703. % polyline2
  704. % arrow
  705. gsave
  706. newpath 84 70 m 80.9381 68.4691 l 82.4691 66.9381 l closepath
  707. eofill
  708. grestore
  709. gsave
  710. newpath 76 62 m
  711. 81.7036 67.7036 l
  712. stroke
  713. grestore
  714.  
  715. % rfrm
  716. 2 setlinejoin
  717. 1 setgray
  718. gsave
  719. % 4 arcs
  720. matrix currentmatrix
  721. 49 31 translate
  722. 3 3 scale
  723. newpath 0 0 1 0 90 arc setmatrix
  724. matrix currentmatrix
  725. 41 31 translate
  726. 3 3 scale
  727. 0 0 1 90 180 arc setmatrix
  728. matrix currentmatrix
  729. 41 31 translate
  730. 3 3 scale
  731. 0 0 1 180 270 arc setmatrix
  732. matrix currentmatrix
  733. 49 31 translate
  734. 3 3 scale
  735. 0 0 1 270 0 arc setmatrix
  736. closepath
  737. eofill
  738. grestore
  739. 0 setgray
  740. gsave
  741. % 4 arcs
  742. matrix currentmatrix
  743. 49 31 translate
  744. 3 3 scale
  745. newpath 0 0 1 0 90 arc setmatrix
  746. matrix currentmatrix
  747. 41 31 translate
  748. 3 3 scale
  749. 0 0 1 90 180 arc setmatrix
  750. matrix currentmatrix
  751. 41 31 translate
  752. 3 3 scale
  753. 0 0 1 180 270 arc setmatrix
  754. matrix currentmatrix
  755. 49 31 translate
  756. 3 3 scale
  757. 0 0 1 270 0 arc setmatrix
  758. closepath
  759. stroke
  760. grestore
  761.  
  762. % rfrm
  763. 1 setgray
  764. gsave
  765. % 4 arcs
  766. matrix currentmatrix
  767. 59 45 translate
  768. 3 3 scale
  769. newpath 0 0 1 0 90 arc setmatrix
  770. matrix currentmatrix
  771. 51 45 translate
  772. 3 3 scale
  773. 0 0 1 90 180 arc setmatrix
  774. matrix currentmatrix
  775. 51 45 translate
  776. 3 3 scale
  777. 0 0 1 180 270 arc setmatrix
  778. matrix currentmatrix
  779. 59 45 translate
  780. 3 3 scale
  781. 0 0 1 270 0 arc setmatrix
  782. closepath
  783. eofill
  784. grestore
  785. 0 setgray
  786. gsave
  787. % 4 arcs
  788. matrix currentmatrix
  789. 59 45 translate
  790. 3 3 scale
  791. newpath 0 0 1 0 90 arc setmatrix
  792. matrix currentmatrix
  793. 51 45 translate
  794. 3 3 scale
  795. 0 0 1 90 180 arc setmatrix
  796. matrix currentmatrix
  797. 51 45 translate
  798. 3 3 scale
  799. 0 0 1 180 270 arc setmatrix
  800. matrix currentmatrix
  801. 59 45 translate
  802. 3 3 scale
  803. 0 0 1 270 0 arc setmatrix
  804. closepath
  805. stroke
  806. grestore
  807.  
  808. % rfrm
  809. 1 setgray
  810. gsave
  811. % 4 arcs
  812. matrix currentmatrix
  813. 31 45 translate
  814. 3 3 scale
  815. newpath 0 0 1 90 180 arc setmatrix
  816. matrix currentmatrix
  817. 31 45 translate
  818. 3 3 scale
  819. 0 0 1 180 270 arc setmatrix
  820. matrix currentmatrix
  821. 39 45 translate
  822. 3 3 scale
  823. 0 0 1 270 0 arc setmatrix
  824. matrix currentmatrix
  825. 39 45 translate
  826. 3 3 scale
  827. 0 0 1 0 90 arc setmatrix
  828. closepath
  829. eofill
  830. grestore
  831. 0 setgray
  832. gsave
  833. % 4 arcs
  834. matrix currentmatrix
  835. 31 45 translate
  836. 3 3 scale
  837. newpath 0 0 1 90 180 arc setmatrix
  838. matrix currentmatrix
  839. 31 45 translate
  840. 3 3 scale
  841. 0 0 1 180 270 arc setmatrix
  842. matrix currentmatrix
  843. 39 45 translate
  844. 3 3 scale
  845. 0 0 1 270 0 arc setmatrix
  846. matrix currentmatrix
  847. 39 45 translate
  848. 3 3 scale
  849. 0 0 1 0 90 arc setmatrix
  850. closepath
  851. stroke
  852. grestore
  853.  
  854. % polyline2
  855. % arrow
  856. gsave
  857. newpath 36 42 m 37.5309 38.9381 l 39.0619 40.4691 l closepath
  858. eofill
  859. grestore
  860. 0 setlinejoin
  861. gsave
  862. newpath 44 34 m
  863. 38.2964 39.7036 l
  864. stroke
  865. grestore
  866.  
  867. % polyline2
  868. % arrow
  869. gsave
  870. newpath 54 42 m 50.9381 40.4691 l 52.4691 38.9381 l closepath
  871. eofill
  872. grestore
  873. gsave
  874. newpath 46 34 m
  875. 51.7036 39.7036 l
  876. stroke
  877. grestore
  878.  
  879. % polyline2
  880. % arrow
  881. gsave
  882. newpath 46 28 m 48.6133 25.7888 l 49.4174 27.799 l closepath
  883. eofill
  884. grestore
  885. gsave
  886. newpath 66 20 m
  887. 49.0153 26.7939 l
  888. stroke
  889. grestore
  890.  
  891. % irpoly2
  892. gsave
  893. newpath 22 8 m
  894. 116 8 l
  895. 116 82 l
  896. 22 82 l
  897. closepath
  898. stroke
  899. grestore
  900.  
  901. % rfrm
  902. 2 setlinejoin
  903. 1 setgray
  904. gsave
  905. % 4 arcs
  906. matrix currentmatrix
  907. 107 45 translate
  908. 3 3 scale
  909. newpath 0 0 1 0 90 arc setmatrix
  910. matrix currentmatrix
  911. 99 45 translate
  912. 3 3 scale
  913. 0 0 1 90 180 arc setmatrix
  914. matrix currentmatrix
  915. 99 45 translate
  916. 3 3 scale
  917. 0 0 1 180 270 arc setmatrix
  918. matrix currentmatrix
  919. 107 45 translate
  920. 3 3 scale
  921. 0 0 1 270 0 arc setmatrix
  922. closepath
  923. eofill
  924. grestore
  925. 0 setgray
  926. gsave
  927. % 4 arcs
  928. matrix currentmatrix
  929. 107 45 translate
  930. 3 3 scale
  931. newpath 0 0 1 0 90 arc setmatrix
  932. matrix currentmatrix
  933. 99 45 translate
  934. 3 3 scale
  935. 0 0 1 90 180 arc setmatrix
  936. matrix currentmatrix
  937. 99 45 translate
  938. 3 3 scale
  939. 0 0 1 180 270 arc setmatrix
  940. matrix currentmatrix
  941. 107 45 translate
  942. 3 3 scale
  943. 0 0 1 270 0 arc setmatrix
  944. closepath
  945. stroke
  946. grestore
  947.  
  948. % text
  949. /complex_color false def
  950. matrix currentmatrix [1 0 0 0.999999 101.957 42.8582] concat
  951. 25.4 144 div dup scale 0 0 m
  952. 18 ss 0.000 18.000 m (Times-Roman024) getfont (1) s
  953. setmatrix
  954.  
  955. % text
  956. /complex_color false def
  957. matrix currentmatrix [1 0 0 0.999999 71.3754 42.8582] concat
  958. 25.4 144 div dup scale 0 0 m
  959. 18 ss 0.000 18.000 m (Times-Roman024) getfont (cont) s
  960. setmatrix
  961.  
  962. % text
  963. /complex_color false def
  964. matrix currentmatrix [1 0 0 0.999998 65.2426 14.8582] concat
  965. 25.4 144 div dup scale 0 0 m
  966. 18 ss 0.000 18.000 m (Times-Roman024) getfont (:=) s
  967. setmatrix
  968.  
  969. % text
  970. /complex_color false def
  971. matrix currentmatrix [1 0 0 0.999999 87.8467 28.8582] concat
  972. 25.4 144 div dup scale 0 0 m
  973. 18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
  974. setmatrix
  975.  
  976. % text
  977. /complex_color false def
  978. matrix currentmatrix [1 0 0 0.999999 73.8467 56.8582] concat
  979. 25.4 144 div dup scale 0 0 m
  980. 18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
  981. setmatrix
  982.  
  983. % text
  984. /complex_color false def
  985. matrix currentmatrix [1 0 0 0.999995 83.9565 70.8582] concat
  986. 25.4 144 div dup scale 0 0 m
  987. 18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
  988. setmatrix
  989.  
  990. % text
  991. /complex_color false def
  992. matrix currentmatrix [1 0 0 0.999995 62.1991 70.8582] concat
  993. 25.4 144 div dup scale 0 0 m
  994. 18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
  995. setmatrix
  996.  
  997. % text
  998. /complex_color false def
  999. matrix currentmatrix [1 0 0 0.999999 43.8467 28.8582] concat
  1000. 25.4 144 div dup scale 0 0 m
  1001. 18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
  1002. setmatrix
  1003.  
  1004. % text
  1005. /complex_color false def
  1006. matrix currentmatrix [1 0 0 0.999995 53.9565 42.8582] concat
  1007. 25.4 144 div dup scale 0 0 m
  1008. 18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
  1009. setmatrix
  1010.  
  1011. % text
  1012. /complex_color false def
  1013. matrix currentmatrix [1 0 0 0.999995 32.1991 42.8582] concat
  1014. 25.4 144 div dup scale 0 0 m
  1015. 18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
  1016. setmatrix
  1017.  
  1018. % text
  1019. /complex_color false def
  1020. matrix currentmatrix [1 0 0 0.999999 73.0817 9.82133] concat
  1021. 25.4 144 div dup scale 0 0 m
  1022. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (3) s
  1023. setmatrix
  1024.  
  1025. % text
  1026. /complex_color false def
  1027. matrix currentmatrix [1 0 0 0.999999 88.5326 19.6235] concat
  1028. 25.4 144 div dup scale 0 0 m
  1029. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (1) s
  1030. setmatrix
  1031.  
  1032. % text
  1033. /complex_color false def
  1034. matrix currentmatrix [1 0 0 0.999999 100.162 34.7421] concat
  1035. 25.4 144 div dup scale 0 0 m
  1036. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (2) s
  1037. setmatrix
  1038. grestore
  1039.  
  1040. %%Trailer
  1041. end
  1042. draw_initial_state restore
  1043.  
  1044.